//naval moves are limited to 9 ships per move due to sea movement restrictions
//use multiple orders to gather a large fleet in a port


//move UK Fleet to Gibraltar
$GatherNaval
if_Date=2/1/1940
lifespan=tillTrigger
actionCountry=1
carrierAssets=1
navalSupportAssets=2
battleAssets=1
xyArea=127,21
$End

//move UK Carrier Fleet to Glasgow
$GatherNaval
if_Date=9/1/1939
lifespan=tillTrigger
actionCountry=1
carrierAssets=1
navalSupportAssets=2
xyArea=129,70
$End

//move German Surface fleet to Konisberg
$GatherNaval
if_Date=1/1/1939
lifespan=tillTrigger
actionCountry=6
navalSupportAssets=4
battleAssets=1
xyArea=172,68
$End

//move German Bismark BB to Konisberg
$GatherNaval
if_Date=8/24/1940
lifespan=tillTrigger
actionCountry=6
navalSupportAssets=4
battleAssets=2
xyArea=172,68
$End

//combine Italian fleet
$GatherNaval
if_Date=1/1/1939
lifespan=tillTrigger
actionCountry=7
navalSupportAssets=1
xyArea=167,32
$End

//combine Italian fleet move Littorio to Taranto
$GatherNaval
if_Date=8/1/1940
lifespan=tillTrigger
actionCountry=7
battleAssets=1
xyArea=167,32
$End

//Italians support invasion of North Africa
$GatherNaval
if_Date=1/1/1939
xyControl=146,39,Axis
lifespan=tillTrigger
actionCountry=7
navalSupportAssets=4
battleAssets=2
xyArea=146,39
$End

//USA CV fleet in Portland
$GatherNaval
if_Date=1/1/1939
lifespan=tillTrigger
actionCountry=3
carrierAssets=1
navalSupportAssets=2
xyArea=14,31
$End

//UK gather fleet for Portugal
//If Axis hold Gibraltar
$GatherNaval
if_Date=5/1/1942
xyControl=127,21,Axis
lifespan=tillTrigger
actionCountry=3
battleAssets=4
navalSupportAssets=5
xyArea=130,56
$End

//USA gather fleet for Portugal
//If Axis hold Gibraltar
$GatherNaval
if_Date=5/1/1942
xyControl=127,21,Axis
lifespan=tillTrigger
actionCountry=3
battleAssets=3
navalSupportAssets=3
xyArea=130,56
$End

//USA gather fleet for North Africa
$GatherNaval
if_Date=5/1/1942
xyControl=127,21,Allies
lifespan=tillTrigger
actionCountry=3
carrierAssets=1
navalSupportAssets=2
xyArea=142,26
$End

//UK gather fleet for Italy
$GatherNaval
if_Date=4/1/1943
xyControl=142,23,Allies
xyControl=148,23,Allies
xyControl=160,14,Allies
lifespan=tillTrigger
actionCountry=1
carrierAssets=2
battleAssets=5
navalSupportAssets=5
xyArea=160,14
$End

//USA gather fleet for Italy
$GatherNaval
if_Date=4/1/1943
xyControl=142,23,Allies
xyControl=148,23,Allies
xyControl=160,14,Allies
xyControl=154,23,Allies
lifespan=tillTrigger
actionCountry=3
carrierAssets=1
battleAssets=3
navalSupportAssets=3
xyArea=154,23
$End

//1943
//UK gather fleet for D-Day
$GatherNaval
if_Date=2/1/1943
xyControl=130,59,Allies
xyControl=198,64,Axis
lifespan=tillTrigger
actionCountry=1
carrierAssets=3
battleAssets=3
navalSupportAssets=6
xyArea=130,59
$End

//USA gather fleet for D-Day
$GatherNaval
if_Date=2/1/1943
xyControl=137,58,Allies
xyControl=198,64,Axis
lifespan=tillTrigger
actionCountry=3
carrierAssets=1
battleAssets=3
navalSupportAssets=6
xyArea=137,58
$End

//1944
//UK gather fleet for D-Day
$GatherNaval
if_Date=1/1/1944
xyControl=130,59,Allies
lifespan=tillTrigger
actionCountry=1
battleAssets=4
navalSupportAssets=6
xyArea=130,59
$End

//USA gather fleet for D-Day
$GatherNaval
if_Date=1/1/1944
xyControl=137,58,Allies
lifespan=tillTrigger
actionCountry=3
battleAssets=3
navalSupportAssets=3
xyArea=137,58
$End

//1944
//UK gather fleet for D-Day
$GatherNaval
if_Date=3/1/1944
xyControl=130,59,Allies
lifespan=tillTrigger
actionCountry=1
carrierAssets=3
battleAssets=6
navalSupportAssets=10
xyArea=130,59
$End

//USA gather fleet for D-Day
$GatherNaval
if_Date=3/1/1944
xyControl=137,58,Allies
lifespan=tillTrigger
actionCountry=3
carrierAssets=1
battleAssets=3
navalSupportAssets=8
xyArea=137,58
$End